home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 2000 February
/
Macworld (2000-02).dmg
/
Shareware World
/
Comms & Internet
/
Flex-Able 1.0
/
FADocs
/
upload.able
< prev
next >
Wrap
Text File
|
1999-12-07
|
744b
|
37 lines
<:set_upload_directory "/TempFiles">
<:set form <:read_form>>
<html>
<head>
<link rel=stylesheet type="text/css" HREF="fa.css">
<title>Flex-Able: Upload Test</title>
</head>
<body>
<DIV CLASS="topic">Upload Test</DIV>
<p><br>
<p><br>
<h2>The field values are:</h2>
<ul>
<:foreach name value form>
<:echo "<b>" name "</b>:" value " (" <:type_of value> ") <br>" >
<:/foreach>
</ul>
<P>
<h2>Dealing with files...</h2>
<ul>
<:set newFile <:cat "subdir/" form["subfile"] > >
Deleting "<:echo newFile>".... <:delete_file newFile><P>
Moving "<:echo form["first file"]>" to "<:echo newFile>"...
<:copy_file form["first file"] newFile ><P>
</ul>
<hr>
<A HREF="quickstart.html" CLASS="back">back to Quick Start</A>
</body>
</html>